net/http.http2pipe.c (field)

10 uses

	net/http (current package)
		h2_bundle.go#L3605: 	c        sync.Cond       // c.L lazily initialized to &p.mu
		h2_bundle.go#L3645: 	if p.c.L == nil {
		h2_bundle.go#L3646: 		p.c.L = &p.mu
		h2_bundle.go#L3663: 		p.c.Wait()
		h2_bundle.go#L3674: 	if p.c.L == nil {
		h2_bundle.go#L3675: 		p.c.L = &p.mu
		h2_bundle.go#L3677: 	defer p.c.Signal()
		h2_bundle.go#L3710: 	if p.c.L == nil {
		h2_bundle.go#L3711: 		p.c.L = &p.mu
		h2_bundle.go#L3713: 	defer p.c.Signal()